This patch fixes unwind info of fast_hypercall.
fast_hypercall uses r32->r35 without alloc instruction.
In the case of this, the unwind info move over a little.
With my patch, I confirmed the stack trace worked fine.
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
bsw.1 // B (6 cyc) regs are saved, switch to bank 1
;;
- PT_REGS_UNWIND_INFO(0)
+ PT_REGS_UNWIND_INFO(-48)
ssm psr.ic | PSR_DEFAULT_BITS // M2 now it's safe to re-enable intr.-collection
// movl r3=ia64_ret_from_syscall // X
;;